X redirect statement. Syntax¶. HTTP::redirect <url>. HTTP::redirect <url>¶. Redirects an HTTP request or response to the specified URL. Examples¶. when ...
HTTP redirection works by sending a 3xx status code along with a Location header in the server's response, instructing the client to request a new URL. What is HTTP Redirection? · Types of HTTP Redirection
Use http-request redirect scheme to redirect to a different scheme, such as from http:// to https:// . In the following example, we redirect all HTTP traffic to ...